Q3Point3D_To4D
You can use theQ3Point3D_To4D
function to convert a three-dimensional point to a four-dimensional point.
TQ3RationalPoint4D *Q3Point3D_To4D ( const TQ3Point3D *point3D, TQ3RationalPoint4D *result);
point3D
- A three-dimensional point.
result
- On exit, a rational four-dimensional point.
DESCRIPTION
TheQ3Point3D_To4D
function returns, as its function result and in theresult
parameter, the rational four-dimensional point that corresponds to the three-dimensional pointpoint3D
.